home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 January
/
inter@ivo 1997-01.iso
/
cybint12
/
bin
/
demos.dxr
/
00020_sair.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-14
|
268 b
|
17 lines
on mouseUp
global act
set act to 1
sound playFile 2, "..\som\ovo.wav"
startTimer()
repeat while the timer < 20
nothing()
end repeat
onVis(20)
updateStage()
startTimer()
repeat while the timer < 30
nothing()
end repeat
onVis(24, 26)
end